home *** CD-ROM | disk | FTP | other *** search
- ' Errors definitions for WinsockRCP calls
-
- Global Const ERCP_NOHOST = -1 ' No host specified for either filename
- Global Const ERCP_BADUSER = -2 ' Unacceptable user name before @
- Global Const ERCP_FROMHOST = -3 ' Error message received from remote host
- Global Const ERCP_LOSTCONN = -4 ' Lost the connection to host prematurely
- Global Const ERCP_NOMEM = -5 ' Cannot allocate memory
- Global Const ERCP_NOUSER = -6 ' Can't get user from Windows or WIN.INI
- Global Const ERCP_TARGET = -7 ' Target is ambiguous
- Global Const ERCP_SND_TYPE = -8 ' Invalid file type to send (i.e. directory)
- Global Const ERCP_NOMATCH = -9 ' No match for wildcard on remote host
- Global Const ERCP_PROTOCOL = -10 ' RCP Protocol Error
- Global Const ERCP_DIR_INFO = -11 ' Can't get info about a directory
- Global Const ERCP_WILDCARD = -12 ' Error in wildcard pattern (local)
- Global Const ERCP_SND_STAT = -13 ' Can't get info about a file to send
- Global Const ERCP_SND_OPEN = -14 ' Can't open a file to send
- Global Const ERCP_SND_READ = -15 ' Error reading file during send
- Global Const ERCP_SND_RECUR = -16 ' Cannot get the filenames in a directory
- Global Const ERCP_BIGPATH = -17 ' Pathname is too long
- Global Const ERCP_RCV_OPEN = -18 ' Cannot open a file for writing in receive
- Global Const ERCP_RCV_SIZE = -19 ' Error adjusting file size after receive
- Global Const ERCP_RCV_WRITE = -20 ' Error writing file in receive (no space?)
- Global Const ERCP_NO_HANDLES = -21 ' Too many instances using RCP.DLL
-